home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
cafe
/
ultslots.dir
/
00089.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
291 b
|
17 lines
on mouseDown
puppetSprite(6, 1)
set the memberNum of sprite 6 to the number of member "POWER ON"
puppetSound(0)
puppetSound("CLICK.AIF")
updateStage()
repeat while soundBusy(1)
nothing()
end repeat
end
on mouseUp
puppetSound(0)
puppetSprite(6, 0)
go("KIOSK ON")
end